home *** CD-ROM | disk | FTP | other *** search
/ Invisible Universe / Invisible Universe (1995)(Voyager)[Mac-PC].iso / mac / MOVIES / ONSG.DIR / 00106_Script_106 < prev    next >
Text File  |  1995-11-16  |  560b  |  33 lines

  1. on idler
  2.   global gFiorellaOnStage, gHelpDuration
  3.   
  4.   updateStage
  5.   
  6.   if gFiorellaOnStage then 
  7.     updateStage
  8.     if the movieTime of sprite 48 >= gHelpDuration then stopHelp
  9.     updateStage
  10.     exit
  11.   else
  12.     showHiliteNew
  13.   end if
  14.   
  15. end idle
  16.  
  17. --put ">>> movie script 41 exitFrame"
  18.  
  19.  
  20. --    if the movieTime of sprite 48 >= gHelpDuration then stopHelp
  21.  
  22. on exitFrame
  23.   global gFiorellaOnStage
  24.     
  25.   if gFiorellaOnStage then 
  26.     go to the frame
  27.     exit
  28.   else
  29.     showHiliteNew
  30.     go to the frame
  31.   end if
  32. end exitFrame
  33.